Skip to content
  • 0 Votes
    4 Posts
    297 Views
    Dua ZahraD

    plz send me mth302 asaaignment

  • 0 Votes
    2 Posts
    86 Views
    zaasmiZ

    Please share idea

  • 0 Votes
    2 Posts
    186 Views
    zaasmiZ

    @zaasmi said in CS441 Assignment 1 Solution and Discussion:

    Re: CS441 Assignment 1 Solution and Discussion

    Assignment No. 1
    Semester: Spring 2020
    CS441 – Big Data Concepts
    Total Marks: 20
    Due Date: 01/06/2020
    Lectures covered:
    Week 1 to week 3

    Instructions
    Please read the following instructions carefully before submitting assignment:
    It should be clear that your assignment will not get any credit if:

    o Assignment is submitted after due date.
    o Submitted assignment does not open or file is corrupt.
    o Assignment is copied (From internet/students).

    Software allowed to develop Assignment

    Python editor

    Objectives:
    To enable students to write, execute a program in Python. Moreover to familiarize students with the concepts of:
    • Variables and operators
    • Conditional statements
    • Loop structures

    Assignment Submission Instructions
    You have to submit only.py file on the Assignments interface of CS441 on VULMS. Assignment submitted in any other format will not be accepted and will be graded zero marks.

    Assignment

    Write a program in Pyton programming language, which allows the user to input an integer value for a variable named upperLimit. Based on the input value, the program should perform the following tasks:

    • Check whether the value entered by the user falls within the range from 1 to 100. (1 and 100 included in the given range.)
    • Calculate and display the sum of all numbers within the range (1 to upperLimit).
    • Calculate and display the average of all numbers within the range (1 to upperLimit).
    • Calculate and display the total number of numbers within the range (1 to upperLimit).

    Sample output for the wrong input:
    0dc57223-3af8-49ca-a7ce-e95a5d2ec81f-image.png

    Sample output for the wrong input:

    ad04a7df-09b6-41d8-8ad8-d1c79cba3c0d-image.png

    Sample output for the correct input:

    cbc6325a-a282-467b-a7dc-01cb8fe23173-image.png

    Deadline:
    The deadline to submit your assignment solution is 01/06/2020. Your assignment must be submitted within the due date through VULMS. No assignment will be accepted through email after the due date.

    Solution Code:

    start=1 sum=0.0 average=0.0 count=0 print("Enter the upper Limit:") upperLimit=input() if upperLimit<=1: print("Wrong input!! Upper Limit should not be less than 1") elif upperLimit>100: print("Wrong input!! Upper Limit should not be greter than 100") else: print for num in range(start, upperLimit+1): sum=sum+num count=count+1 print("Sum of all numbers within the range:") print(sum) print average= sum/count print("Average of all the numbers within the range:") print(average) print print("Total number of numbers within the range:") print(count)
  • 0 Votes
    2 Posts
    277 Views
    zaasmiZ

    please share idea

  • 0 Votes
    2 Posts
    714 Views
    zaasmiZ

    @cyberian said in EDU516 Assignment 1 Solution and Discussion:

    write down in detail at least four major problems that teacher face during teaching english???

    Disturbed Environment of the Class:

    Environment matter most in learning and teaching the English language. Mostly the English teachers faced the environmental problem in teaching the English language.

    The disturbing environment of the classroom distracts the teachers and affect the teaching of the English language.

    A suitable and comfortable environment is the basic need of teaching the English language.

    If the environment is not suitable and comfortable for the teachers then it ruins all the teaching and learning process of the English language.

    A positive and comfortable learning environment is very essential for teaching the English language.

    Mostly the teachers faced such kind of disturbing environment in teaching the English language.

    Limited Teaching Resources:

    Not only the English language, Teaching anything mostly depends on the resources.

    Mostly the teachers faced this kind of problem, the resources which are essential for delivering the lectures of the English language to the students for effective learning are not provided to them.

    It became very difficult for the teachers to teach without the resources essential for the lectures.

    The resources include the speakers, mike, projectors, computer system and other kinds of digital devices.

    It makes the overall lecture and environment interesting and effective for the students and helps them in learning the English language.

    A Large Number of Students in the Classroom:

    A large number of students in the classroom produce a lot of disturbance and stress for the teachers because teaching a large number of students the teachers have to do more effort and hardworking.
    The problems caused by a large number of students are given below:

    Disturbed the teacher by making noises.
    Difficult to manage the class students.
    Engaging crowded students in learning is very difficult.
    The learning resources are not available for all the students.
    These are some problems that arise in a crowded class.

    Wrong Syllabus to be Teach:

    The syllabus is a kind of content that the teachers follow what to teach to the students. Syllabus plays a very important role in teaching the English language and also in other subjects.

    Syllabus helps the teachers to prepare the important factors of the course and organized the overall course to teach to the students step by step.

    Mostly the teachers faced this problem in teaching the English language. The wrong syllabus is given to them to teach the students the English language.

    The teachers teach the wrong syllabus will make negative impressions on the students, and by this, the students cannot learn and speak the English language.

    Limited Time for Lecture to Teach:

    Time is the most important thing in learning the English language. It takes time for the teachers to observe their students and teach them at their level. The time of the class is very less for the teachers to teach the English language.

    This one of the most difficult tasks for the teachers to teach in less time.

    This is probably not possible for the teachers to complete the topics of their lectures in less time, which is not enough.

    Students Hijack Lessons:

    Students hijack the lessons. Mostly the students are not interested in learning the English language. They hijack the lessons and do other kinds of activities and the English learning process defeated.

    The English language teachers always count the students because he cannot go further in the course if the students are missing.

    Students Disturbed the Class:

    Sometimes the students get bored and try to do other activities during the lectures which disturbed the teachers during teaching the English language.

    They try to speak to the other students during the lectures which disturbed the teachers a lot.

    Some students come late for the lecture. They enter in the class during the lecture it disturbed the teacher.

    The disturbance is the biggest problem mostly the teachers faced in teaching the English language. It defeated all the learning process of learning the English language.

    Using Other Languages in the Classrooms:

    Speaking other languages or speaking in the native language is the most noticeable issue faced by English teachers.

    For the students, it’s very easy to speak in their native language or other languages which they can speak easily instead of the English language.

    It’s very frustrating for the students trying to speak the language and think the words and sentences to speak which they didn’t know.

    It’s very easy for them to communicate in their native language or the language they already have experience with.

    This is the most common and big problem faced by the English teachers in teaching the English language to the students in which the English language is not their native language.

    Student Depends on a Teacher:

    Another noticeable problem faced by the teachers is the students completely depend on the teachers. They didn’t try to learn and speak themselves.
    Those students every time look to the teachers for helping them in learning and giving them the correct answers.

    They didn’t try to make words and correct sentences in speaking the English language.

    By this problem, the students didn’t learn the technical terms and conditions of how using different kinds of tenses and words of the English language in speaking.

    Students Bored and not Interested in Learning English Language:

    Students getting bored and not interest in learning the English language is also a problem faced by teachers.

    Sometimes the students are not interested in learning and attending the lectures of the English language. Then they try to do other activities.

    Sometimes They disturbed the teachers by talking to the others and doing other non-sense activities during the lecture.

    Difficult to Managed the Class:

    In the English learning academies, it can be found that mostly the students in the English classes belong to different backgrounds.

    Mostly the students in English learning classes belong to the rural areas. Where there is no scope of learning the English language. it’s very difficult for them to learn the English language.

    Mostly they are unable to learn the English language. Some of them have the capabilities of learning the English language.

    Then it becomes very difficult for the teachers to manage the class and keep all the class going in the same way.

    Source Link

  • 0 Votes
    2 Posts
    217 Views
    zaasmiZ

    Please share idea

  • 0 Votes
    6 Posts
    140 Views
    cyberianC

    @cyberian said in MTH721 Assignment 1 Solution and Discussion:

    Question: 5 Marks: 5
    Show that in a principal ideal domain, every nonzero prime ideal is maximal.

    4c9b9d5e-bb02-46ca-832d-f900c32bd998-image.png

  • 0 Votes
    2 Posts
    396 Views
    zaasmiZ

    @zaasmi said in CS625 Assignment 1 Solution and Discussion Spring 2020:

    You have studied the Structure of Organizations in detail in lectures of week#3. In this assignment, you
    have to choose any large national or multinational organization of your choice (for example, PCB, Pepsi,
    PTV, Unilever, P&G, Dawlence, HBL, UBL, etc.) and explain its organizational structure in detail.
    Format of your solution should be as under:
    • Name of the Organization
    • Legal form of the Organization
    • Type of the Organization
    • Constitution of the Organization
    • Stakeholders of the Organization
    • Functional Units of the Organization
    • Administrative structure
    • Employees hierarchy
    • Revenue Generation
    • Types of Expenses

    Format of your solution should be as under:

    • Name of the Organization
    o Virtual University of Pakistan
    • Legal form of the Organization
    o Came into existence through an Act of Parliament (VU Ordinance) in 2002.
    • Type of the Organization
    o Federally Chartered Public Sector University
    • Constitution of the Organization
    o VU is owned by the Govt. of Pakistan (supervised by Ministry of Information Technology)
    • Stakeholders of the Organization
    o Govt. of Pakistan
    o Employees of the University
    o Students of the University
    o Affiliated Campuses
    • Functional Units of the Organization
    o Academic departments for delivering education
    o Administrative departments for supervision and control
    o Technical departments for providing technical and logistic support
    • Administrative structure
    o Chancellor (President of Pakistan)
    o Board of Governors
    o Rector (Chief Executive and Chief Academic Officer)
    o Executive Council
    o Academic Council
    o etc.
    • Employees hierarchy
    o Rector (Chief Executive and Chief Academic Officer)
    o Principal Officers > Managers > Supervisors > Officers > Clerical Staff
    o Professors > Associate Professors > Assistant Professors > Lecturers > Instructors
    • Revenue Generation
    o Tuition Fee collected
    o Govt. Funds
    o etc.
    • Types of Expenses
    o Employees’ Salaries
    o Utility Bills
    o Rental cost
    o etc.

  • 0 Votes
    1 Posts
    163 Views
    No one has replied
  • 0 Votes
    4 Posts
    310 Views
    zaasmiZ

    @zaasmi said in CS401 Assignment 1 Solution and Discussion Spring 2020:

    Q 3. Calculate the offset when the physical address is 003Ch and the contents of segment register are 003Ah. (8)

    Solution:
    Physical address = (Segment Address0x10) + Offset address.
    Offset Address = Physical address – (Segment Address0x10).
    = 0003Ch – (003Ah*0x10)
    = 0003Ch - 003A0h
    = FC9Ch

  • 0 Votes
    9 Posts
    386 Views
    zaasmiZ

    @Malik-Qasim said in MTH643 Assignment 1 Solution and Discussion:

    plz written sol today is extend day

    @Malik-Qasim said in MTH643 Assignment 1 Solution and Discussion:

    plz written sol today is extend day

    We are trying best please wait. its paid assignment but we are trying to provide FREE ASAP!

  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    1 Posts
    119 Views
    No one has replied
  • 0 Votes
    6 Posts
    252 Views
    zaasmiZ

    @Babar-Satti said in ECO406 Assignment 1 Solution and Discussion:

    Question no.4
    Calculate the future value (Pt) of a principal or present amount (Po) i.e. Rs.
    450 at 14% interest rate, three years from now when compounded annually.
    (Marks: 3)

    Solution Idea
    1bcb2e49-622d-4425-982b-0edb88d5ba7b-image.png

  • 0 Votes
    1 Posts
    586 Views
    No one has replied
  • 0 Votes
    1 Posts
    236 Views
    No one has replied